golang.org/x/net/http2.pipe.donec (field)
7 uses
golang.org/x/net/http2 (current package)
pipe.go#L23: donec chan struct{} // closed on error
pipe.go#L144: if p.donec == nil {
pipe.go#L150: case <-p.donec:
pipe.go#L152: close(p.donec)
pipe.go#L171: if p.donec == nil {
pipe.go#L172: p.donec = make(chan struct{})
pipe.go#L178: return p.donec
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)